







/**
 * @fileOverview    Universal CSS file which contains global styles for: (framework) / (all networks).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Init Date: Wed, 30 Jan 2008 23:39:17 EST.
 *                  Build Date: $Id: framework-columns.css,v 1.1.2.1 2009/09/24 14:04:06 clewin Exp $
 *                  Copyright (C) Discovery.com 2008. All Rights Reserved.
 * @name            david hogge
 */
/**
 * @description     GLOBAL ALL XHTML TAGS + BODY definition(s)
 */
* {
        margin: 0;
        padding: 0;
}


/**
 * @description     GLOBAL XHTML ANCHOR TAG definitions
 */
a, img { border: 0 none; }

a, a:visited { text-decoration: none; }
a:active, a:hover, a:focus { text-decoration: underline; }

a.black, a.black:visited, a.black:active, a.black:hover, a.black:focus { color: #000; }
a.white, a.white:visited, a.white:active, a.white:hover, a.white:focus { color: #FFF; }


/**
 * @description     GLOBAL XHTML HEADER TAG definitions
 */
h1, h2, h3, h4, h5, h6 { letter-spacing: 0; }


/**
 * @description     GLOBAL CLASSES for COLOR definitions
 */
.black { color: #000; }
.dark-grey { color: #333; }
.medium-grey { color: #999; }
.grey { color: #CCC; }
.white { color: #FFF; }

.pass-green { color: #11cc11; }
.fail-red { color: #cc1111; }


/**
 * @description     GLOBAL CLASSES for FLOAT &#38; CLEAR definitions
 */
.float-left { float: left; }
.float-right { float: right; }

.clearfix:after {
        content: ".";
        height: 0;
        visibility: hidden;
        display: block;
        clear: both;
}

.clear { clear: both; }


/**
 * @description     GLOBAL CLASSES for SPACER definitions
 */
.one-by-one {
        width: 1px;
        height: 1px;
        overflow: hidden;
}

.one-by-five {
        width: 1px;
        height: 5px;
        overflow: hidden;
}

.one-by-ten {
        width: 1px;
        height: 10px;
        overflow: hidden;
}

.one-by-fifteen {
        width: 1px;
        height: 15px;
        overflow: hidden;
}

.five-by-five {
        width: 5px;
        height: 5px;
        overflow: hidden;
}

.ten-by-ten {
        width: 10px;
        height: 10px;
        overflow: hidden;
}

.margin-ten { margin: 10px; }

.padding-ten { padding: 10px; }

.padding-fifteen { padding: 15px; }


/**
 * @description     GLOBAL CLASSES for TEXT definitions
 */
.small-text { font-size: 0.6em; }

.displace-line-height { line-height: 0; }


/**
 * @description     GLOBAL CLASSES for DISPLAY &#38; VISIBILITY definitions
 */
.block { display: block; }
.none { display: none; }

.hidden { visibility: hidden; }
.visible { visibility: visible; }
 
 
/**
 * @description     GLOBAL IDS for CONTAINER definitions
 */
#container-primary {
        width: 998px;
        margin: 0 auto;
        display: block;
}

#container-left-column { 
        float: left;
        width: 662px;
        margin-right: 10px;
}

#container-right-rail {  
        float: left;
        width: 326px;
}

#container-wide-left-column { 
        float: left;
        width: 797px;
        margin-right: 10px;
}

#container-narrow-right-rail {  
        float: left;
        width: 191px;
}


/**
 * @description     CLASSES / IDS / XHTML TAGS for MODULES (video tooltip) definitions
 */
.yui-overlay,
.yui-panel-container {
        visibility: hidden;
        position: absolute;
        z-index: 2;
}

.tooltip { display: none; }

.tooltip-open {
        width: 156px;
        padding: 7px 10px 7px 10px; 
        border: 2px solid;
        font: 11px/14px Arial, Helvetica, sans-serif;
}


/**
 * @description     CLASSES / IDS for BREADCRUMBS definitions
 */
#breadcrumbs-top { font-size: 0.85em; }

#breadcrumbs-top .crumbs { padding: 5px 0 5px 20px; }

#breadcrumbs-bottom { font-size: 0.85em; }

#breadcrumbs-bottom .crumbs { margin: 10px 0 10px 20px; }


/**
 * @description     IDS for Site Search definitions
 */
#footer-search {
        width: 425px;
        margin: 0 auto;
        padding-top: 10px;
}

#footer-search fieldset { border: none; }

#footer-search #site-search-footer {
        float: left;
	    font-size: 0.85em;
	    font-weight: bold;
        margin: 0;
        padding: 2px 0;
}

#footer-search #query { 
        float: left;
        margin: 0; 
        padding: 2px 8px 0 8px;
}

#footer-search input.query {
        width: 250px;
        padding: 4px 0 1px 5px;
        border-style: solid;
        border-width: 1px;
        font-size: 0.85em;
	    font-weight: bold;
}

#footer-search #submit {
        float: left;
        margin: 0;
        padding: 2px 0;
}


/**
 * @description     IDS for Newsletter definitions
 */
#footer-newsletter {
        clear: both; 
        width: 998px;
        padding: 5px 0;
	    font-size: 0.85em;
	    font-weight: bold;
        text-align: center;
}
#container-right-rail #show-schedule{border:3px solid;}#container-right-rail #show-schedule .module-body{border-top:1px solid;font-size:.85em;line-height:13px;}#container-right-rail #show-schedule .module-body ul{list-style-type:none;}#container-right-rail #show-schedule .module-body li{padding:5px 10px 5px 10px;border-bottom:1px solid;}#container-right-rail #show-schedule .module-body .show-date-time{padding-bottom:2px;font-weight:bold;}#container-right-rail #show-schedule .module-body .show-title{font-weight:bold;}#container-right-rail .runner{display:block;padding:7px;}#container-right-rail .runner h4{float:left;font-size:1.3em;}#container-right-rail .module-style{border-top-style:solid;border-top-width:1px;}#container-right-rail .module-style .provider-logo{margin:1px 0 7px 10px;}#container-right-rail .rss-feed-list,#container-right-rail .module-suggested-topics,#container-right-rail .module-suggested-links,#container-right-rail .module-featured-video{border:solid;border-width:3px;background-position:top left;}#container-right-rail .rss-feed-list object,#container-right-rail .module-suggested-topics object,#container-right-rail .module-suggested-links object,#container-right-rail .module-featured-video object{display:block;}#container-right-rail .rss-feed-list ul,#container-right-rail .module-suggested-topics ul,#container-right-rail .module-suggested-links ul{list-style-type:disc;margin-left:24px;padding:5px 0;}#container-right-rail .rss-feed-list li,#container-right-rail .module-suggested-topics li,#container-right-rail .module-suggested-links li{padding:2px 5px 2px 0;font-weight:bold;}.rectangle{width:326px;height:270px;}.rectangle .ad-rectangle{padding:12px 12px 8px 12px;}.ad-rectangle-text{padding:0 12px 4px 12px;font-size:.8em;text-transform:uppercase;}#container-right-rail .show-site-highlight{width:326px;height:208px;background:no-repeat 0 0;}#container-right-rail .show-site-highlight .title{height:75px;}#container-right-rail .show-site-highlight .title span{visibility:hidden;}#container-right-rail .show-site-highlight .links{padding:0 5px 0 123px;}#container-right-rail .show-site-highlight .links li{padding:2px 0;}#container-right-rail .show-site-highlight .links li a{text-decoration:none;}#container-right-rail .show-site-highlight .links li a:hover{text-decoration:underline;}#container-right-rail .ecommerce-two-column-module,#container-right-rail .numbered-list-module,.more-on-our-site{border:3px solid;overflow:hidden;}#container-right-rail .ecommerce-two-column-module object,#container-right-rail .numbered-list-module object{display:block;}#container-right-rail .ecommerce-two-column-module .feature-product{float:left;width:140px;margin-right:10px;}#container-right-rail .ecommerce-two-column-module .secondary-products{float:left;width:140px;margin-left:9px;}#container-right-rail .ecommerce-two-column-module .feature-product .shop-now img{position:relative;top:2px;}#container-right-rail .module-divider{display:block;float:left;width:1px;height:220px;overflow:hidden;}#container-right-rail .numbered-list-module ol{list-style:decimal;margin:-3px 0 0 17px;}#container-right-rail .numbered-list-module li{padding:0 5px 5px 0;}#container-right-rail .strike-through{text-decoration:line-through;}.more-on-our-site{border:3px solid;overflow:hidden;}.more-on-our-site .item .image{float:left;}.more-on-our-site .item .image img{width:101px;height:90px;display:block;}.more-on-our-site .item .item-container{padding-left:111px;}.more-on-our-site .item .title{font-weight:bold;font-size:14px;line-height:16px;}.more-on-our-site .item .comment{font-size:12px;line-height:16px;}#container-right-rail #video-module-results,#container-right-rail #site-module-results{padding:41px 20px 18px 20px;border:1px solid;}#container-right-rail #video-module-results .runner,#container-right-rail #site-module-results .runner{padding:5px 0 27px 0;background-repeat:repeat-x;background-position:left 28px;}#container-right-rail #video-module-results .runner h1,#container-right-rail #site-module-results .runner h1{float:left;overflow:hidden;background-repeat:no-repeat;}#container-right-rail #video-module-results .runner h1 span,#container-right-rail #site-module-results .runner h1 span{position:relative;right:5000px;}#container-right-rail #video-module-results .runner h1.video-results,#container-right-rail #site-module-results .runner h1.site-results{margin-top:0;}#container-right-rail #video-results ul{list-style-type:none;}#container-right-rail #video-results li{float:left;list-style-type:none;width:148px;height:183px;background-repeat:no-repeat;background-position:3px 76px;}#container-right-rail #video-results li.odd{width:136px;}#container-right-rail #video-results li a .video-thumbnail{display:block;overflow:hidden;width:128px;height:72px;margin:3px;border:1px solid;}#container-right-rail #video-results li a:hover .video-thumbnail{margin:0;border:solid;border-width:4px;}#container-right-rail #video-results li img{width:128px;height:72px;border:0;}#container-right-rail #video-results li .original-82-82 img{margin-top:-10%;height:auto;width:128px;}#container-right-rail #video-results li .original-96-72 img{margin-top:-8%;height:auto;width:128px;}#container-right-rail #video-results li .original-128-90 img{margin-top:-6%;height:auto;width:128px;}#container-right-rail #video-results li .original-160-107 img{margin-top:-10%;height:auto;width:128px;}#container-right-rail #video-results li .original-160-120 img{margin-top:-10%;height:auto;width:128px;}#container-right-rail #video-results .video-list li .original-128-70 img{margin-right:-2%;height:72px;width:auto;}#container-right-rail #video-results .video-list li .original-320-240 img{width:128px;height:72px;}#container-right-rail #video-results .video-list li .original-640-360 img{width:128px;height:72px;}#container-right-rail #video-results span.related-network-video{display:block;height:11px;width:110px;vertical-align:top;margin-bottom:2px;}#container-right-rail .IDS-label{background:transparent url('/videos/images/network-labels/id.gif') no-repeat top left;}#container-right-rail .MIL-label{background:transparent url('/videos/images/network-labels/mil.gif') no-repeat top left;}#container-right-rail .FIT-label{background:transparent url('/videos/images/network-labels/fit.gif') no-repeat top left;}#container-right-rail .DHC-label{background:transparent url('/videos/images/network-labels/dhc.gif') no-repeat top left;}#container-right-rail .APL-label{background:transparent url('/videos/images/network-labels/apl.gif') no-repeat top left;}#container-right-rail .SCI-label{background:transparent url('/videos/images/network-labels/sci.gif') no-repeat top left;}#container-right-rail .TLC-label{background:transparent url('/videos/images/network-labels/tlc.gif') no-repeat top left;}#container-right-rail .DSC-label{background:transparent url('/videos/images/network-labels/dsc.gif') no-repeat top left;}#container-right-rail .PLG-label{background:transparent url('/videos/images/network-labels/plg.gif') no-repeat top left;}#container-right-rail #video-results .descriptive-text{position:relative;margin:0 3px;padding:0 10px 10px 10px;min-height:54px;}#container-right-rail #video-results .descriptive-text .clip-name{display:block;width:108px;font-size:1.0em;}#container-right-rail #video-results .descriptive-text .clip-name a{text-decoration:none;}#container-right-rail #video-results .descriptive-text p.clip-series{display:block;font-size:.85em;text-decoration:none;width:108px;}#container-right-rail #video-results .descriptive-text .views{display:block;font-size:.85em;text-decoration:none;width:108px;}#container-right-rail #video-results .overlay-clip-count{display:block;position:absolute;top:-76px;margin-left:66px;height:14px;width:53px;text-align:center;font-size:10px;}#container-right-rail #video-results a:hover .overlay-clip-count{position:absolute;top:1px;left:79px;}#container-right-rail #video-results a:hover .overlay-clip-count{top:4px;}#container-right-rail #video-results a.video-thumbnail-link{background:transparent;cursor:pointer;display:block;}#container-right-rail #video-results a.video-thumbnail-link:hover{position:relative;text-decoration:none;}#container-right-rail #video-results a .overlay-play-button{display:none;}#container-right-rail #video-results a:hover .overlay-play-button{display:block;}#container-right-rail #video-results a:hover .overlay-play-button img{position:absolute;top:1px;left:1px;}#container-right-rail #video-results .overlay-descriptive-text{display:none;}#container-right-rail .more-link{float:right;font-weight:bold;}#container-right-rail .more-link a:hover{text-decoration:underline;}#container-right-rail #results-list{padding-bottom:5px;}#container-right-rail #results-list .result-item{padding-bottom:13px;}#container-right-rail #results-list .result-item h4{font-size:1.0em;line-height:1.20em;}#container-right-rail #results-list .result-item h4 a{font-size:1.00em;line-height:1.20em;}#container-right-rail #results-list .result-item p{font-size:1.0em;line-height:1.15em;}#container-right-rail #results-list .result-item a{font-size:.8em;}#container-right-rail .module-featured-video .module-style{height:110px;overflow:hidden;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link{float:left;}#container-right-rail .module-featured-video .module-style a .video-thumbnail{display:block;overflow:hidden;width:160px;height:90px;margin:9px 7px;border:solid;border-width:1px;}#container-right-rail .module-featured-video .module-style a:hover .video-thumbnail{margin:5px 3px;border:solid;border-width:5px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link img{border:0;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link img{width:160px;height:90px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-82-82 img{margin-top:-10%;height:auto;width:160px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-96-72 img{margin-top:-8%;height:auto;width:128px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-128-90 img{margin-top:-6%;height:auto;width:128px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-160-107 img{margin-top:-10%;height:auto;width:128px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-160-120 img{margin-top:-10%;height:auto;width:128px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-128-70 img{margin-right:-2%;height:72px;width:auto;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-320-240 img{width:128px;height:72px;}#container-right-rail .module-featured-video .module-style .video-thumbnail-link .original-640-360 img{width:128px;height:72px;}#container-right-rail .module-featured-video .module-style .descriptive-text{float:left;margin-top:8px;padding-left:1px;width:137px;}#container-right-rail .module-featured-video .module-style .clip-name{display:block;font-size:1.1em;line-height:20px;}#container-right-rail .module-featured-video .module-style .clip-name a{text-decoration:none;}#container-right-rail .module-featured-video .module-style .clip-name a:hover{text-decoration:none;}#container-right-rail .module-featured-video .module-style .clip-series{display:block;font-size:.85em;text-decoration:none;line-height:14px;}#container-right-rail .module-featured-video .module-style .descriptive-text .overlay-clip-count{display:block;position:absolute;margin:2px 0 0 -62px;height:14px;width:53px;text-align:center;font-size:10px;line-height:14px;}#container-right-rail .module-featured-video .module-style a .overlay-play-button img{margin-left:8px;position:relative;width:160px;height:90px;top:-98px;}/**
 * @fileOverview    Universal CSS file which contains global styles for: GOOGLE AFC (diego pages).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Init Date: Thu, 09 Apr 2009 21:15:40 EST.
 *                  Build Date: Thu, 09 Apr 2009 21:15:40 EST.
 *                  Copyright (C) Discovery.com 2009. All Rights Reserved.
 * @name            carl lewin
 *
 *                  $Id: adsense-for-content.css,v 1.2.4.1 2009/10/27 16:39:16 trotton Exp $
 */

/**
 * @description     STYLE : diego pages
 */
#google-afc-region-one {
        width: 100%;
        height: auto;
}


/**
 * @description     STYLE : asset type = TPCP : subordinate =  : region = ONE
 */
#google-afc-region-one .tpcp { padding: 0 13px; }
#google-afc-region-one .tpcp .afc-headline {
    font: bold 11px Arial, sans-serif;
    margin: 5px 0;
}
#google-afc-region-one .tpcp ul.afc-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#google-afc-region-one .tpcp ul.afc-list li { margin: 5px 0 7px 0; }
#google-afc-region-one .tpcp a.afc-title {
    font: bold 10px Verdana, sans-serif;
    text-decoration: underline;
}
#google-afc-region-one .tpcp a.afc-description {
    font: 10px Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#google-afc-region-one .tpcp a.afc-url {
    font: 9px Verdana, sans-serif;
    text-decoration: none;
}


/**
 * @description     STYLE : asset type = topic : subordinate =  : region = ONE
 */
#google-afc-region-one .topic .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .topic ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .topic ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .topic a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .topic a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .topic a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}


/**
 * @description     STYLE : asset type = quiz : subordinate =  : region = ONE
 */
#google-afc-region-one .quiz .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .quiz ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .quiz ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .quiz a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .quiz a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .quiz a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}


/**
 * @description     STYLE : asset type = network-video-hub : subordinate =  : region = ONE
 */
#google-afc-region-one .network-video-hub-page .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .network-video-hub-page ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .network-video-hub-page ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .network-video-hub-page a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .network-video-hub-page a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .network-video-hub-page a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}

/**
 * @description     STYLE : asset type = video-hub-page : subordinate =  : region = ONE
 */
#google-afc-region-one .video-hub-page .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .video-hub-page ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .video-hub-page ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .video-hub-page a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .video-hub-page a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .video-hub-page a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}


/**
 * @description     STYLE : asset type = video-asset-page : subordinate =  : region = ONE
 */
#google-afc-region-one .video-asset-page .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .video-asset-page ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .video-asset-page ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .video-asset-page a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .video-asset-page a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .video-asset-page a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}


/**
 * @description     STYLE : asset type = video-playlist : subordinate =  : region = ONE
 */
#google-afc-region-one .video-playlist .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .video-playlist ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .video-playlist ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .video-playlist a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .video-playlist a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .video-playlist a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}

/**
 * @description     STYLE : asset type = video-playlist-page : subordinate =  : region = ONE
 */
#google-afc-region-one .video-playlist-page .afc-headline {
        height: 32px;
        background: transparent url(/images/modules/footer/runners/ads-by-google.png) no-repeat;
        font-size: 0.9em;
}

#google-afc-region-one .video-playlist-page ul.afc-list { padding: 10px 0 10px 18px; }

#google-afc-region-one .video-playlist-page ul.afc-list li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        overflow: hidden;
        width: 230px;
        font-size: 0.9em;
}
#google-afc-region-one .video-playlist-page a.afc-title {
        font: bold 10px Verdana, sans-serif;
        text-decoration: underline;
}
#google-afc-region-one .video-playlist-page a.afc-description {
        font: 10px Verdana, sans-serif;
        text-decoration: none;
        color: #000000;
}
#google-afc-region-one .video-playlist-page a.afc-url {
        font: 9px Verdana, sans-serif;
        text-decoration: none;
}
#page-credits{width:968px;padding:5px 15px 15px 15px;font-size:.85em;line-height:1.2em;}#page-credits dd{float:left;width:147px;height:130px;padding:0 10px 2px 10px;border-right:1px dotted;}#page-credits ul{float:left;list-style-type:none;width:143px;}#page-credits .networks{width:289px;padding:0 10px 2px 10px;}#page-credits .networks ul{width:139px;}#page-credits .networks ul.left-list{width:130px;padding-right:20px;}#page-credits .corporate{width:144px;padding:0 0 2px 10px;border-right:none;}#page-credits .corporate ul{float:left;width:143px;}#page-credits p{padding-bottom:2px;text-transform:uppercase;font-weight:bold;}.footer-copy{width:968px;margin:0 15px 0 15px;font-size:.85em;line-height:1.2em;text-align:center;vertical-align:top;}body{color:#000;font:.8em/1.2em Arial,Verdana,Helvetica,sans-serif;letter-spacing:.0em;background-color:#434343;}#container-content{background:url('/images/content-columns-background.gif') repeat-y top left;}#container-wide-content{background:url('/images/wide-content-columns-background.gif') repeat-y top left;}#container-left-column,#container-wide-left-column{background-color:#FFF;}#container-right-column,#container-narrow-right-column{background-color:#D7D7D7;}a,a:visited,a:active,a:hover,a:focus{color:#33779E;}#breadcrumbs{color:#CCC;font-weight:bold;}#breadcrumbs .current{color:#81A45A;}span.content-type{color:#89A155;}.tooltip-open{border-color:#C5DAE8;background-color:#FFF;}#tophat-container{width:inherit;}#top-advertising{background:#666;}#top-advertising #top-ad-placement{float:left;width:728px;height:90px;padding:5px 15px;}#top-advertising #top-ad-placement.solo{width:998px;height:auto;padding:5px 0;}#top-advertising #top-ad-placement.solo #ad-container-leaderboard{text-align:center;}#top-advertising #page-ad-container-TopLeft{text-align:center;}#top-advertising #top-editorial-promotions{float:left;width:225px;height:90px;padding:5px 15px 5px 0;}#tophat-network-block{height:62px;background:#FFF;}#tophat-network-logo{float:left;height:32px;width:242px;padding:18px 0 0 8px;}#tophat-network-logo img{height:32px;width:242px;}#skip-link{position:absolute;left:-50000px;}#news-ticker{float:left;height:32px;width:380px;margin:14px 10px 0 10px;}#network-search-container{float:right;width:327px;height:24px;padding:19px 10px 0 0;}#network-search-container fieldset{border:0;}#network-search-container div,#network-search-container label{float:left;}#network-search-container #search-label #search-query{width:246px;height:16px;margin-top:1px;border:1px solid #CCC;border-right:none;padding:3px;font:.9em/1.2em Arial,Helvetica,sans-serif;color:#666;font-weight:bold;background:#FFF;}#network-search-container #submit-query{width:74px;height:26px;}#navigation-container{height:13px;border-bottom:5px solid #FFF;}#navigation-menu{height:13px;background:transparent url('/images/tophat/navigation-sprite.png') no-repeat 0 0;}#navigation-menu dd{float:left;position:relative;width:110px;cursor:pointer;z-index:11000;}#navigation-menu dd a{display:block;height:13px;width:100%;text-decoration:none;}#navigation-menu dd a span{position:absolute;left:-50000px;}#navigation-menu dd ul{position:absolute;display:none;height:auto;margin:5px 0 0 1px;border:1px solid #CCC;list-style-type:none;}#navigation-menu dd:hover ul{display:block;background-color:#FFF;}#navigation-menu dd li a{display:block;width:181px;height:auto;padding:5px;font:bold .8em/1.2em Verdana,Arial,sans-serif;text-align:left;text-decoration:none;color:#666;background:#FFF;vertical-align:top;}#navigation-menu dd li a:hover{color:#FFF;background:#999;}#navigation-menu dd.earth{width:70px;}#navigation-menu dd.earth a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat 0 0;}#navigation-menu dd:hover.earth a{background-position:0 -17px;}#navigation-menu dd.earth ul{z-index:11000;}#navigation-menu dd.space{width:69px;}#navigation-menu dd.space a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat -70px 0;}#navigation-menu dd:hover.space a{background-position:-70px -17px;}#navigation-menu dd.space ul{z-index:11001;}#navigation-menu dd.tech{width:61px;}#navigation-menu dd.tech a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat -139px 0;}#navigation-menu dd:hover.tech a{background-position:-139px -17px;}#navigation-menu dd.tech ul{z-index:11002;}#navigation-menu dd.animals{width:84px;}#navigation-menu dd.animals a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat -200px 0;}#navigation-menu dd:hover.animals a{background-position:-200px -17px;}#navigation-menu dd.animals ul{z-index:11003;}#navigation-menu dd.dinosaurs{width:101px;}#navigation-menu dd.dinosaurs a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat -284px 0;}#navigation-menu dd:hover.dinosaurs a{background-position:-284px -17px;}#navigation-menu dd.dinosaurs ul{z-index:11004;}#navigation-menu dd.archaeology{width:124px;}#navigation-menu dd.archaeology a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat -385px 0;}#navigation-menu dd:hover.archaeology a{background-position:-385px -17px;}#navigation-menu dd.archaeology ul{z-index:11005;}#navigation-menu dd.history{width:81px;}#navigation-menu dd.history a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat -509px 0;}#navigation-menu dd:hover.history a{background-position:-509px -17px;}#navigation-menu dd.history ul{z-index:11006;}#navigation-menu dd.human{width:71px;margin-right:52px;}#navigation-menu dd.human a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat -590px 0;}#navigation-menu dd:hover.human a{background-position:-590px -17px;}#navigation-menu dd.human ul{z-index:11007;}#navigation-menu dd.video{width:61px;}#navigation-menu dd.video a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat -713px 0;}#navigation-menu dd:hover.video a{background-position:-713px -17px;}#navigation-menu dd.video ul{z-index:11008;}#navigation-menu dd.feeds{width:101px;}#navigation-menu dd.feeds a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat -774px 0;}#navigation-menu dd:hover.feeds a{background-position:-774px -17px;}#navigation-menu dd.feeds ul{z-index:11009;}#navigation-menu dd.discovery{width:123px;}#navigation-menu dd.discovery a{background:transparent url('/images/tophat/navigation-sprite.png') no-repeat -875px 0;}#navigation-menu dd:hover.discovery a{background-position:-875px -17px;}#navigation-menu dd.discovery ul{z-index:11010;}#navigation-menu dd.earth li a,#navigation-menu dd.space li a,#navigation-menu dd.tech li a,#navigation-menu dd.animals li a,#navigation-menu dd.dinosaurs li a,#navigation-menu dd.archaeology li a,#navigation-menu dd.history li a,#navigation-menu dd.human li a,#navigation-menu dd.video li a,#navigation-menu dd.feeds li a,#navigation-menu dd.discovery li a{background-image:none;}/**
 * @fileOverview    Universal CSS file which contains global styles for: (homepage) (discovery news).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Init Date: Fri, 31 Jul 2009 23:00:00 EST.
 *                  Build Date: Thu, 13 Aug 2009 11:10:00 EST.
 *                  Copyright (C) Discovery.com 2009. All Rights Reserved.
 * @name            carl lewin, david hogge, sabrina ngai
 */

/**
 * @description     CLASSES / IDS for CONTAINER definitions
 */
#container-left-column {
        width: 662px;
        margin-right: 0;
}

#container-right-rail {
        width: 320px;
        padding: 0 8px 15px 8px;
}


/**
 * @description     CLASSES / IDS for FEATURED ARTICLES definitions
 */
#container-left-column #featured-articles {
		width: 632px;
		padding: 20px 15px 15px 15px;
		background-color: #2A2A2A;
}

#container-left-column #featured-articles a { color: #96BCCF; }

#container-left-column #featured-articles dl.header {
        list-style: none;
        padding: 0 0 10px 0;
        border-bottom: 2px solid #747474;
}

#container-left-column #featured-articles dl.header dd.date {
		float: left;
		font-size: 1.9em;
        font-weight: bold;
		line-height: 0.85em;
		text-transform: uppercase;
		color: #747474;
}

#container-left-column #featured-articles dl.header dd.rss {
        float: right;
}

#container-left-column #featured-articles dl.header dd.rss a {
		display: block;
		width: 60px;
		height: 16px;
		margin-top: 4px;
        text-decoration: none;
        background: transparent url('/images/icons/rss-icons-sprite.png') no-repeat 0 -103px;
}

#container-left-column #featured-articles dl.header dd.rss a:hover { background-position: 0 -126px; }

#container-left-column #featured-articles dl.header dd span { 
		position: absolute; 
        left: -50000px;
}

#container-left-column #featured-articles dl.main-feature {
        list-style: none;
        margin: 10px 0 15px 0;
        color: #FFF;
}

#container-left-column #featured-articles dl.main-feature dd.content {
        float: left;
        width: 339px;
}

#container-left-column #featured-articles dl.main-feature dd.content h2 {
        font-size: 1.9em;
        line-height: 1.1em;
        text-transform: uppercase;
}

#container-left-column #featured-articles dl.main-feature dd.content h2 a { text-decoration: none; }

#container-left-column #featured-articles dl.main-feature dd.content h2  a:hover { color: #81A45A; }

#container-left-column #featured-articles dl.main-feature dd.content p.description {
        padding: 15px 0 20px 0;
        font-size: 1.25em;
        line-height: 1.25em;
}

#container-left-column #featured-articles dl.main-feature dd.content p.source {
        color: #999;
}

#container-left-column #featured-articles dl.main-feature dd.picture { 
		float: right;
		position: relative;
}

#container-left-column #featured-articles dl.main-feature dd.picture img {
        width: 278px;
        height: 225px;
}

#container-left-column #featured-articles dl.main-feature dd.picture .overlay-play-button img { 
		width: 128px;
        height: 72px;
		position: absolute;
		top: 72px;
		left: 75px;
}

#container-left-column #featured-articles dl.main-feature dd.picture img.legacy {
        width: 278px;
        height: 213px;
        padding: 6px 0;
        background-color: #000;
        margin-left: 15px;
}

#container-left-column #featured-articles dl.more-articles {
        list-style: none;
        padding: 10px 0;
        background-color: #434343;
}

#container-left-column #featured-articles dl.more-articles dd.content {
        float: left;
        width: 190px;
        padding: 0 10px;
}

#container-left-column #featured-articles dl.more-articles dd.divider {
        padding-right: 11px;
        background: transparent url('/images/vertical-rule-feature.gif') repeat-y right 3px;
}

#container-left-column #featured-articles dl.more-articles dd.content h2 {
        height: 50px;
        font-size: 1.1em;
		line-height: 1.15em;
        text-transform: uppercase;
}

#container-left-column #featured-articles dl.more-articles dd.content h2.top { margin-bottom: 15px; }


/**
 * @description     CLASSES / IDS for TOPICAL SECTION definitions
 */
#container-left-column .topic {
        width: 632px;
        padding: 30px 15px 0 15px;
}

#container-left-column .topic dl.header {
        list-style: none;
        padding: 0 0 5px 0;
        border-bottom: 2px solid #CCC;
}

#container-left-column .topic dl.header dd.name {
        float: left;
        margin-right: 8px;
}

#container-left-column #earth dl.header dd.name a {
		display: block;
        width: 81px;
		height: 18px;
		background: transparent url('/images/headers/topic-headers-sprite.png') no-repeat 0 0;
}

#container-left-column #space dl.header dd.name a {
		display: block;
        width: 82px;
		height: 18px;
		background: transparent url('/images/headers/topic-headers-sprite.png') no-repeat 0 -27px;
}

#container-left-column #tech dl.header dd.name a {
		display: block;
        width: 64px;
		height: 18px;
		background: transparent url('/images/headers/topic-headers-sprite.png') no-repeat 0 -54px;
}

#container-left-column #animals dl.header dd.name a {
		display: block;
        width: 110px;
		height: 18px;
		background: transparent url('/images/headers/topic-headers-sprite.png') no-repeat 0 -81px;
}

#container-left-column #dinosaurs dl.header dd.name a {
		display: block;
        width: 142px;
		height: 18px;
		background: transparent url('/images/headers/topic-headers-sprite.png') no-repeat 0 -108px;
}

#container-left-column #archaeology dl.header dd.name a {
		display: block;
        width: 190px;
		height: 18px;
		background: transparent url('/images/headers/topic-headers-sprite.png') no-repeat 0 -135px;
}

#container-left-column #history dl.header dd.name a {
		display: block;
        width: 106px;
		height: 18px;
		background: transparent url('/images/headers/topic-headers-sprite.png') no-repeat 0 -162px;
}

#container-left-column #human dl.header dd.name a {
		display: block;
        width: 87px;
		height: 18px;
		background: transparent url('/images/headers/topic-headers-sprite.png') no-repeat 0 -189px;
}

#container-left-column .topic dl.header dd.name a { text-decoration: none; }

#container-left-column .topic dl.header dd.rss-icon {
        float: left;
}

#container-left-column .topic dl.header dd.rss-icon a {
		display: block;
		width: 18px;
		height: 18px;
		overflow: hidden;
        text-decoration: none;
        background: transparent url('/images/icons/rss-icons-sprite.png') no-repeat 0 -24px;
}

#container-left-column .topic dl.header dd.rss-icon a:hover { background-position: -21px -24px; }

#container-left-column .topic dl.header dd.see-all-topic {
        float: right;
        text-transform: uppercase;
        font-size: 0.95em;
        font-weight: bold;
        position: relative;
        top: 7px;
        color: #666;
}

#container-left-column .topic dl.header dd span { 
		position: absolute; 
        left: -50000px;
 }

#container-left-column .topic dl.highlited-articles {
        list-style: none;
        padding-top: 15px;
}

#container-left-column .topic dl.highlited-articles dd { float: left; }

#container-left-column .topic dl.highlited-articles dd.thumbnail { margin-right: 22px; position: relative; }

#container-left-column .topic dl.highlited-articles dd.thumbnail img {
        width: 200px;
        height: 162px;
}

#container-left-column .topic dl.highlited-articles dd.thumbnail .overlay-play-button img {
        width: 128px;
        height: 72px;
		position: absolute;
		top: 42px;
		left: 35px;
}

#container-left-column .topic dl.highlited-articles dd.thumbnail img.legacy {
        width: 200px;
        height: 153px;
        padding: 4px 0 5px 0;
        background-color: #000;
}

#container-left-column .topic dl.highlited-articles dd.featured-article {
        width: 190px;
		margin-top: -2px;
        /*min-height: 162px;*/
		height: 162px;
        padding-right: 11px;
        background: transparent url('/images/vertical-rule.gif') repeat-y right 3px;
}

#container-left-column .topic dl.highlited-articles dd.featured-article .title {
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: bold;
        line-height: 1.15em;
}

#container-left-column .topic dl.highlited-articles dd.featured-article .source {
        font-size: 0.95em;
        margin-top: 15px;
}

#container-left-column .topic dl.highlited-articles dd.more-articles {
        width: 200px;
		margin-top: -2px;
        min-height: 162px;
        padding-left: 9px;
        font-size: 0.95em;
        line-height: 1.2em;
}

#container-left-column .topic dl.highlited-articles dd.more-articles h4.title {
        text-transform: uppercase;
        font-size: 0.95em;
		font-weight: bold;
		line-height: 1.2em;
}#container-right-rail{width:320px;padding:0 8px 15px 8px;}#container-right-rail #video-module-results,#container-right-rail #site-module-results{margin-right:0;padding:41px 16px 18px 16px;}.rectangle{width:316px;height:270px;}.rectangle .ad-rectangle{padding:15px 7px 1px 10px;}.ad-rectangle-text{padding:0 3px 4px 11px;}#container-right-rail .rss-feed-list,#container-right-rail .module-suggested-topics,#container-right-rail .module-suggested-links{border-width:0;}#container-right-rail .rss-feed-list ul,#container-right-rail .module-suggested-topics ul,#container-right-rail .module-suggested-links ul{list-style-type:none;margin-left:10px;}#container-right-rail .rss-feed-list li,#container-right-rail .module-suggested-topics li,#container-right-rail .module-suggested-links li{padding:2px 10px 5px 0;font-size:1.0em;line-height:1.1em;font-weight:bold;}#container-right-rail .rss-feed-list .more-link{float:none;display:block;padding:0 0 10px 10px;}#container-right-rail .ecommerce-two-column-module{border:none;overflow:hidden;}#container-right-rail .runner h4{color:#81A45A;}#container-right-rail .runner{background-color:#FFF;}#container-right-rail .module-style{border-top-color:#FFF;background-color:#FFF;}#container-right-rail .rss-feed-list,#container-right-rail .module-suggested-topics,#container-right-rail .module-suggested-links{border-color:#FFF;background-color:#FFF;background-image:none;background-repeat:no-repeat;}#container-right-rail .rss-feed-list ul,#container-right-rail .module-suggested-topics ul,#container-right-rail .module-suggested-links ul{color:#747474;}#container-right-rail .rss-feed-list .more-link{font-weight:bold;text-transform:uppercase;color:#747474;}.rectangle{background:#D7D7D7;}.rectangle .ad-rectangle{background:#D7D7D7;}.ad-rectangle-text{color:#666;background:#D7D7D7;}#container-right-rail #video-module-results,#container-right-rail #site-module-results{border-color:#FFF;background:#FFF;}#container-right-rail #video-module-results .runner,#container-right-rail #site-module-results .runner{background-image:url('/images/modules/right-rail/search/runner-background.gif');background-position:left 28px;}#container-right-rail #video-module-results .runner h1.video-results,#container-right-rail #site-module-results .runner h1.site-results{background-image:url('/images/modules/right-rail/search/modules-heads-sprite.gif');}#container-right-rail #site-module-results .runner h1.site-results{width:141px;height:16px;background-position:0 0;}#container-right-rail #video-module-results .runner h1.video-results{width:159px;height:16px;background-position:0 -23px;}#container-right-rail #video-results li{background-image:url('/images/modules/right-rail/search/thumbnail-background.jpg');background-color:transparent;}#container-right-rail #video-results li a .video-thumbnail{border-color:#999;}#container-right-rail #video-results li a:hover .video-thumbnail{border-color:#33779E;}#container-right-rail #video-results li a:hover img{border-color:#33779E;}#container-right-rail #video-results li a:hover span img{border-color:transparent;}#container-right-rail #results-list .result-item h4 a{color:#33779A;}#container-right-rail #results-list .result-item a{color:#666;}#container-right-rail .module-featured-video{color:#000;}#container-right-rail .module-featured-video .module-style{background-color:#FFF;}#container-right-rail .module-featured-video .module-style .clip-name a{color:#33779E;}#container-right-rail .module-featured-video .module-style a .video-thumbnail{border-color:#999;}#container-right-rail .module-featured-video .module-style a:hover .video-thumbnail{border-color:#33779E;}#container-right-rail .module-featured-video .module-style .descriptive-text .overlay-clip-count{color:#FFF;background:#333;}#container-right-rail #video-results .overlay-clip-count{color:#FFF;background:#333;}#container-right-rail .ecommerce-two-column-module .module-style{font-size:.85em;color:#000;}#container-right-rail .ecommerce-two-column-module .feature-product .shop-now a{font-size:1.1em;}#container-right-rail .module-divider{background-color:#CCC;}#container-right-rail .ecommerce-two-column-module .secondary-products strong.promo-text{color:#6C0;}#container-right-rail .ecommerce-two-column-module .offer-price{color:#000;}#container-right-rail #google-afc-region-one{width:300px;}#container-narrow-right-rail #google-afc-region-one{width:147px;overflow:hidden;}#google-afc-region-one{padding:0;}#google-afc-region-one .afc-headline{font:bold .95em Arial,Helvetica,sans-serif;margin:10px 10px 14px 10px;color:#000;}#google-afc-region-one ul{padding:0;margin:0;list-style-type:none;}#google-afc-region-one ul li{float:left;margin:0 10px 14px 10px;text-align:left;}#google-afc-region-one a:active,#google-afc-region-one a:hover,#google-afc-region-one a:focus{text-decoration:underline;}#google-afc-region-one a.afc-title{font:bold .95em Arial,Helvetica,sans-serif;}#google-afc-region-one a.afc-description{font:.95em Arial,Helvetica,sans-serif;color:#000;}#google-afc-region-one a.afc-url{font:.75em Arial,Helvetica,sans-serif;color:#000;}#google-afc-region-one .topic .afc-headline{height:auto;text-indent:0;background:none;font-size:.95em;}#google-afc-region-one .topic ul.afc-list{padding:0;}#google-afc-region-one .topic ul.afc-list li{float:none;list-style-type:none;margin-right:0;overflow:auto;width:auto;font-size:.95em;}#google-afc-region-one .topic a.afc-title{font:bold .95em Arial,Helvetica,sans-serif;text-decoration:inherit;}#google-afc-region-one .topic a.afc-description{font:.95em Arial,Helvetica,sans-serif;color:#000;text-decoration:inherit;}#google-afc-region-one .topic a.afc-url{font:.75em Arial,Helvetica,sans-serif;text-decoration:inherit;}#google-afc-region-one .network-video-hub-page .afc-headline{height:auto;text-indent:0;background:none;font-size:.95em;}#google-afc-region-one .network-video-hub-page ul.afc-list{padding:0;}#google-afc-region-one .network-video-hub-page ul.afc-list li{float:none;list-style-type:none;margin-right:0;overflow:auto;width:auto;font-size:.95em;}#google-afc-region-one .network-video-hub-page a.afc-title{font:bold .95em Arial,Helvetica,sans-serif;text-decoration:inherit;}#google-afc-region-one .network-video-hub-page a.afc-description{font:.95em Arial,Helvetica,sans-serif;color:#000;text-decoration:inherit;}#google-afc-region-one .network-video-hub-page a.afc-url{font:.75em Arial,Helvetica,sans-serif;text-decoration:inherit;}#google-afc-region-one .video-asset-page .afc-headline{height:auto;text-indent:0;background:none;font-size:.95em;}#google-afc-region-one .video-asset-page ul.afc-list{padding:0;}#google-afc-region-one .video-asset-page ul.afc-list li{float:none;list-style-type:none;margin-right:0;overflow:auto;width:auto;font-size:.95em;}#google-afc-region-one .video-asset-page a.afc-title{font:bold .95em Arial,Helvetica,sans-serif;text-decoration:inherit;}#google-afc-region-one .video-asset-page a.afc-description{font:.95em Arial,Helvetica,sans-serif;color:#000;text-decoration:inherit;}#google-afc-region-one .video-asset-page a.afc-url{font:.75em Arial,Helvetica,sans-serif;text-decoration:inherit;}#google-afc-region-one .video-playlist-page .afc-headline{height:auto;text-indent:0;background:none;font-size:.95em;}#google-afc-region-one .video-playlist-page ul.afc-list{padding:0;}#google-afc-region-one .video-playlist-page ul.afc-list li{float:none;list-style-type:none;margin-right:0;overflow:auto;width:auto;font-size:.95em;}#google-afc-region-one .video-playlist-page a.afc-title{font:bold .95em Arial,Helvetica,sans-serif;text-decoration:inherit;}#google-afc-region-one .video-playlist-page a.afc-description{font:.95em Arial,Helvetica,sans-serif;color:#000;text-decoration:inherit;}#google-afc-region-one .video-playlist-page a.afc-url{font:.75em Arial,Helvetica,sans-serif;text-decoration:inherit;}#page-credits{color:#999;}#page-credits a,#page-credits a:visited,#page-credits a:hover,#page-credits a:focus,#page-credits a:active{color:#96BCCF;}#page-credits dd{border-right-color:#999;}.footer-copy{color:#999;}